From: Glenn Morris Date: Thu, 3 Feb 2011 07:29:38 +0000 (-0800) Subject: * lisp/msb.el: No need to load dired while compiling. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4947 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9b7716b41cc587ddac6b2d0f07cc0432d199a2f2;p=emacs.git * lisp/msb.el: No need to load dired while compiling. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9d96bb8f8c0..3b9c1840ab3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2011-02-03 Glenn Morris + * msb.el: No need to load dired while compiling. + * emacs-lisp/elint.el (elint-standard-variables): Remove a couple of built-ins that now have doc-strings. diff --git a/lisp/msb.el b/lisp/msb.el index 1f84ef78164..cbc953da98e 100644 --- a/lisp/msb.el +++ b/lisp/msb.el @@ -399,8 +399,6 @@ Optional second argument MAXBUF is completely ignored." (format "%s%s %s" modified read-only name))) -(eval-when-compile (require 'dired)) - ;; `dired' can be called with a list of the form (directory file1 file2 ...) ;; which causes `dired-directory' to be in the same form. (defun msb--dired-directory ()